home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vidlibp / vidlib.mdb / Genre.json next >
Encoding:
JavaScript Object Notation  |  1993-12-25  |  458 b 

  1. {
  2.     "schema": {
  3.         "GenCode": "Text (1)",
  4.         "GenText": "Text (30)"
  5.     },
  6.     "data": [
  7.         {
  8.             "GenCode": "A",
  9.             "GenText": "Adventure                     "
  10.         },
  11.         {
  12.             "GenCode": "B",
  13.             "GenText": "Biography                     "
  14.         },
  15.         {
  16.             "GenCode": "C",
  17.             "GenText": "Comedy                        "
  18.         },
  19.         {
  20.             "GenCode": "F",
  21.             "GenText": "Fantasy                       "
  22.         },
  23.         {
  24.             "GenCode": "M",
  25.             "GenText": "Musical                       "
  26.         },
  27.         {
  28.             "GenCode": "S",
  29.             "GenText": "Science Fiction               "
  30.         },
  31.         {
  32.             "GenCode": "G",
  33.             "GenText": "Bible Story"
  34.         }
  35.     ]
  36. }